| lcPaint_DrawXline | Home |
|
BOOL lcPaint_DrawXline ( HANDLE hLcWnd, double X, double Y, double Angle, BOOL bRay ); |
| hLcWnd | |
| Handle to LiteCAD graphics window. | |
| X Y | |
| Base point. | |
| Angle | |
| Line direction angle. | |
| bRay | |
| If TRUE, then the line is infinite only in one direction from the base point (like a ray). | |
| If the function succeeds, the return value is nonzero (TRUE). |